home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Najgorsze komunikatory / Tlen.pl / tleninst60255.exe / tlen.exe / 0 / RCDATA / TCHOOSEUSERSTATE / TCHOOSEUSERSTATE.txt
Text File  |  2007-09-27  |  2KB  |  116 lines

  1. object ChooseUserState: TChooseUserState
  2.   Left = 597
  3.   Top = 122
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   BorderWidth = 10
  7.   Caption = 'Wybierz stan uzytkownika'
  8.   ClientHeight = 276
  9.   ClientWidth = 344
  10.   Color = 15724527
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Verdana'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   OnShow = FormShow
  19.   DesignSize = (
  20.     344
  21.     276)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Label: TLabel
  25.     Left = 0
  26.     Top = 2
  27.     Width = 175
  28.     Height = 13
  29.     Caption = 'Wybierz stan uzytkownika:'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clWindowText
  32.     Font.Height = -11
  33.     Font.Name = 'Verdana'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.   end
  37.   object LabelDesc: TLabel
  38.     Left = 0
  39.     Top = 180
  40.     Width = 32
  41.     Height = 13
  42.     Caption = 'Opis:'
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clWindowText
  45.     Font.Height = -11
  46.     Font.Name = 'Verdana'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.   end
  50.   object LabelDescHistory: TLabel
  51.     Left = 0
  52.     Top = 34
  53.     Width = 85
  54.     Height = 13
  55.     Caption = 'Lista stanow:'
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clWindowText
  58.     Font.Height = -11
  59.     Font.Name = 'Verdana'
  60.     Font.Style = [fsBold]
  61.     ParentFont = False
  62.   end
  63.   object ComboBox1: TComboBox
  64.     Left = 190
  65.     Top = 0
  66.     Width = 153
  67.     Height = 21
  68.     Style = csDropDownList
  69.     Ctl3D = False
  70.     Font.Charset = EASTEUROPE_CHARSET
  71.     Font.Color = clWindowText
  72.     Font.Height = -11
  73.     Font.Name = 'Verdana'
  74.     Font.Style = []
  75.     ItemHeight = 13
  76.     ParentCtl3D = False
  77.     ParentFont = False
  78.     TabOrder = 0
  79.   end
  80.   object ListBox1: TListBox
  81.     Left = 94
  82.     Top = 32
  83.     Width = 248
  84.     Height = 137
  85.     Ctl3D = True
  86.     Font.Charset = DEFAULT_CHARSET
  87.     Font.Color = clWindowText
  88.     Font.Height = -11
  89.     Font.Name = 'Verdana'
  90.     Font.Style = []
  91.     ItemHeight = 13
  92.     ParentCtl3D = False
  93.     ParentFont = False
  94.     TabOrder = 1
  95.     OnClick = ListBox1Click
  96.   end
  97.   object ButtonOK: TButton
  98.     Left = 128
  99.     Top = 249
  100.     Width = 75
  101.     Height = 25
  102.     Anchors = [akLeft, akBottom]
  103.     Caption = 'OK'
  104.     TabOrder = 2
  105.     OnClick = ButtonOKClick
  106.   end
  107.   object Memo1: TMemo
  108.     Left = 53
  109.     Top = 176
  110.     Width = 289
  111.     Height = 66
  112.     MaxLength = 100
  113.     TabOrder = 3
  114.   end
  115. end
  116.